func runtime.profilealloc

3 uses

	runtime (current package)
		arena.go#L705: 			profilealloc(mp, unsafe.Pointer(span.base()), userArenaChunkBytes)
		malloc.go#L1212: 			profilealloc(mp, x, size)
		malloc.go#L1358: func profilealloc(mp *m, x unsafe.Pointer, size uintptr) {